The Source Control Integration API > The source control integration API required functions > SCS_Connect() |
![]() ![]() ![]() |
Description
Connects the user to the source control system. If the DLL does not have login information, the DLL is responsible for displaying a dialog box to prompt the user for the information and for storing the data for later use.
Arguments
connectionData
, siteName
![]() |
connectionData is a handle to the data the agent wants Dreamweaver to pass to it when calling other API functions. |
![]() |
siteName is a string pointing to the name of the site. The site name can be a maximum of 64 characters |
Returns
true
if successful, false
if not.
![]() ![]() ![]() |